Vcenter Authorization VtContainers Mappings IterationSpec
The Vcenter Authorization VtContainers Mappings IterationSpec schema contains properties used to limit the number of items returned from the GET /vcenter/authorization/vt-containers/mappings operation.
This schema was added in vSphere API 8.0.3.0.
{
"marker": "string",
"size": 0
}
An opaque string in support of pagination which may be specified to retrieve the next set of items. The marker is obtained from the Vcenter Authorization VtContainers Mappings ListResult schema that is returned by the GET /vcenter/authorization/vt-containers/mappings operation.
This property was added in vSphere API 8.0.3.0.
If missing or null
the first set of items is returned.
Maximum number of items to return in a single call.
This property was added in vSphere API 8.0.3.0.
If missing or null
defaults to a size defined by the service.